Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]
Messages
Services
Plugins
Recent questions tagged tier4_control_launch at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.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-08-16 |
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
- Takamasa Horibe
- Takayuki Murooka
Authors
tier4_control_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
You can include as follows in *.launch.xml
to use control.launch.py
.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of planning.launch.xml
.
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Notes
For reducing processing load, we use the Component feature in ROS 2 (similar to Nodelet in ROS 1 )
Changelog for package tier4_control_launch
0.47.0 (2025-08-11)
-
feat: change planning output topic name to /planning/trajectory (#11135)
- change planning output topic name to /planning/trajectory
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: sync files (#11091) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: M. Fatih Cırıt <<mfc@autoware.org>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat: enable to remap control cmd from autoware launch (#11019)
- feat: add args
- feat: add another cmd
- fix
- feat: add comment
- style(pre-commit): autofix
- feat: remove ~/
* feat: remap vehicle cmd gate as well ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
feat(control_validator): disable control validator error report when not in autonomous control (#10871)
- feat(control_validator): disable control validator error report when not in autonomous control
- also fix control validator launch
- fix: work with yaw validator; fix yaw validator missing in all valid; add a debug info
- chore: get rid of the yaw warn in is_all_valid
* chore: fix topic remapping in launch file ---------
-
Contributors: Tetsuhiro Kawaguchi, Yukihiro Saito, Yuxuan Liu, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(launch): add option for control command gate (#10173)
- feat(launch): add option for control command gate
- rename package
- update
- rename flag node name
- feat: add topic args
* default value ---------Co-authored-by: TetsuKawa <<kawaguchitnon@icloud.com>>
-
Contributors: TaikiYamada4, Takagi, Isamu
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
- Merge remote-tracking branch 'origin/main' into humble
- feat(control_validator)!: add acceleration check (#10326)
- Contributors: Ryohsuke Mitsudome, Yuki TAKAGI
0.43.0 (2025-03-21)
-
Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
-
chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
-
feat(control_validator): add diag to check control component latency (#10240)
- feat(control_validator): add diag to check control component latency
* fix: missing param ---------
-
Contributors: Hayato Mizushima, Satoshi OTA, Yutaka Kondo
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/control.launch.xml
-
- trajectory_follower_mode [default: trajectory_follower_node]
- lateral_controller_mode
- longitudinal_controller_mode
- check_external_emergency_heartbeat
- launch_external_cmd_selector [default: true]
- launch_external_cmd_converter [default: true]
- launch_lane_departure_checker [default: true]
- launch_control_validator [default: true]
- launch_autonomous_emergency_braking [default: true]
- launch_collision_detector [default: true]
- launch_obstacle_collision_checker [default: false]
- launch_predicted_path_checker [default: false]
- launch_control_evaluator [default: true]
- use_aeb_autoware_state_check
- vehicle_param_file
- nearest_search_param_path
- trajectory_follower_node_param_path
- lat_controller_param_path
- lon_controller_param_path
- vehicle_cmd_gate_param_path
- lane_departure_checker_param_path
- control_validator_param_path
- operation_mode_transition_manager_param_path
- shift_decider_param_path
- obstacle_collision_checker_param_path
- external_cmd_selector_param_path
- aeb_param_path
- predicted_path_checker_param_path
- collision_detector_param_path
- control_command_gate_param_path [default: $(find-pkg-share autoware_control_command_gate)/config/default.param.yaml]
- use_intra_process [default: false]
- use_multithread [default: true]
- use_control_command_gate [default: false]
- output_control_cmd [default: /control/command/control_cmd]
- output_gear_cmd [default: /control/command/gear_cmd]
- output_turn_indicators_cmd [default: /control/command/turn_indicators_cmd]
- output_hazard_lights_cmd [default: /control/command/hazard_lights_cmd]