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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_external_cmd_selector 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
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Takayuki Murooka
Authors
autoware_external_cmd_selector
Purpose
autoware_external_cmd_selector
is the package to publish external_control_cmd
, gear_cmd
, hazard_lights_cmd
, heartbeat
and turn_indicators_cmd
, according to the current mode, which is remote
or local
.
The current mode is set via service, remote
is remotely operated, local
is to use the values calculated by Autoware.
Input / Output
Input topics
Name | Type | Description |
---|---|---|
/api/external/set/command/local/control |
TBD | Local. Calculated control value. |
/api/external/set/command/local/heartbeat |
TBD | Local. Heartbeat. |
/api/external/set/command/local/shift |
TBD | Local. Gear shift like drive, rear and etc. |
/api/external/set/command/local/turn_signal |
TBD | Local. Turn signal like left turn, right turn and etc. |
/api/external/set/command/remote/control |
TBD | Remote. Calculated control value. |
/api/external/set/command/remote/heartbeat |
TBD | Remote. Heartbeat. |
/api/external/set/command/remote/shift |
TBD | Remote. Gear shift like drive, rear and etc. |
/api/external/set/command/remote/turn_signal |
TBD | Remote. Turn signal like left turn, right turn and etc. |
Output topics
Name | Type | Description |
---|---|---|
/control/external_cmd_selector/current_selector_mode |
TBD | Current selected mode, remote or local. |
/diagnostics |
diagnostic_msgs::msg::DiagnosticArray | Check if node is active or not. |
/external/selected/external_control_cmd |
TBD | Pass through control command with current mode. |
/external/selected/gear_cmd |
autoware_vehicle_msgs::msg::GearCommand | Pass through gear command with current mode. |
/external/selected/hazard_lights_cmd |
autoware_vehicle_msgs::msg::HazardLightsCommand | Pass through hazard light with current mode. |
/external/selected/heartbeat |
TBD | Pass through heartbeat with current mode. |
/external/selected/turn_indicators_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsCommand | Pass through turn indicator with current mode. |
Parameters
{{json_to_markdown(“control/autoware_external_cmd_selector/schema/external_cmd_selector.schema.json”)}}
Changelog for package autoware_external_cmd_selector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
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: manual control (#10354)
- feat(default_adapi): add manual control
- add conversion
- update selector
- update selector depends
- update converter
- modify heartbeat name
- update launch
- update api
- fix pedal callback
- done todo
- apply message rename
- fix test
- fix message type and qos
- fix steering_tire_velocity
* fix for clang-tidy ---------
-
Contributors: Ryohsuke Mitsudome, Takagi, Isamu
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)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_control_launch | |
tier4_planning_launch |
Launch files
- launch/external_cmd_selector.launch.xml
-
- param_path [default: $(find-pkg-share autoware_external_cmd_selector)/config/external_cmd_selector.param.yaml]