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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
Messages
Services
Plugins
Recent questions tagged tier4_planning_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
- Zulfaqar Azmi
- Kosuke Takeuchi
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Satoshi Ota
- Zulfaqar Azmi
- Satoshi Ota
- Mamoru Sobue
- Takayuki Murooka
- Mamoru Sobue
- Satoshi Ota
- Kyoichi Sugahara
- Taiki Tanaka
- Kosuke Takeuchi
- Satoshi Ota
- Mamoru Sobue
- Fumiya Watanabe
- Zhe Shen
- Kosuke Takeuchi
- Tomohito Ando
- Makoto Kurihara
- Taiki Tanaka
- Tomoya Kimura
- Shumpei Wakabayashi
Authors
tier4_planning_launch
Structure
Package Dependencies
Please see <exec_depend>
in package.xml
.
Usage
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_planning_launch)/launch/planning.launch.xml">
<!-- Parameter files -->
<arg name="FOO_NODE_param_path" value="..."/>
<arg name="BAR_NODE_param_path" value="..."/>
...
</include>
Changelog for package tier4_planning_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(road_user_stop): add road_user_stop module (#11041)
- initial commit of road_user_stop module
- add stop condition for wrong user and masked adjacent lanelet
- update detection and stop planning method
- change stop plan algorithm
- use generate_parameter_library
- chattering prevention and on/off parameterize of intersection and crosswalk
- change detection method of intersection, and tidy up
- enable gtest
- fix default parameter to match obstacle_stop
- code tidy up
- update readme
- fix based on PR review
- remove dead code
- align function name convention
- change calculation method of ego lanelets and stop distance.
- fix typo
- remove dead code
- change stop planning for opposing traffic
- fix typo
- add ScopedTimeTrack
- use obstacle_stop based logic
- performance improvement
- update README
- tidyup
- add scoped time track
- add virtual wall
- (test) empty debug marker
- minimum debug marker
- remove unnecessary maybe_unused
* rename scoped time track variables ---------
-
feat(launch): add flag to launch remaining distance calculator (#11052)
-
Contributors: Kotakku, Satoshi OTA, Yukihiro Saito, awf-autoware-bot[bot]
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
feat(motion_velocity_planner): boundary departure prevention module (#10817)
- feat(motion_velocity_planner): boundary departure prevention module
- add maintainers
- Add initial readme
- Adds abnormalities explanation
- fix infinite loop error
- fix goal getter
- add flowchart
- add initial image folder
- Add remaining abnormality footprints images
- docstring on the boundary departure checker
- Revert motion_planning.launch.xml to state before 14323161e3
- Additional docstrings and separating slow down interpolator file
- Update closest projection
- jsonschema for parameters
- fix json schema error
- fix jsonschema
- Departure type explanation
- fix cppcheck failure
- remove author tag
- Fix misleading explanation
- removed unused member variable
- move boundary departure to experimental namespace
* update maintainer's email address Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
* grammar fix Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/mission_planning/mission_planning.launch.xml
-
- mission_planner_param_path [default: $(find-pkg-share autoware_mission_planner_universe)/config/mission_planner.param.yaml]
- launch/planning.launch.xml
-
- mission_planner_param_path
- freespace_planner_param_path
- planning_validator_param_path
- planning_validator_latency_checker_param_path
- planning_validator_trajectory_checker_param_path
- planning_validator_intersection_collision_checker_param_path
- planning_validator_rear_collision_checker_param_path
- enable_all_modules_auto_mode
- is_simulation
- launch_remaining_distance_time_calculator [default: false]
- launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
-
- input_route_topic_name [default: /planning/mission_planning/route]
- input_traffic_light_topic_name [default: /perception/traffic_light_recognition/traffic_signals]
- input_virtual_traffic_light_topic_name [default: /awapi/tmp/virtual_traffic_light_states]
- input_vector_map_topic_name [default: /map/vector_map]
- input_pointcloud_map_topic_name [default: /map/pointcloud_map]
- enable_all_modules_auto_mode
- is_simulation
- behavior_path_planner_type [default: behavior_path_planner]
- launch_static_obstacle_avoidance [default: true]
- launch_avoidance_by_lane_change_module [default: true]
- launch_dynamic_obstacle_avoidance [default: true]
- launch_lane_change_right_module [default: true]
- launch_lane_change_left_module [default: true]
- launch_external_request_lane_change_right_module [default: true]
- launch_external_request_lane_change_left_module [default: true]
- launch_goal_planner_module [default: true]
- launch_start_planner_module [default: true]
- launch_sampling_planner_module [default: true]
- launch_side_shift_module [default: true]
- launch_bidirectional_traffic_module [default: true]
- launch_crosswalk_module [default: true]
- launch_walkway_module [default: true]
- launch_traffic_light_module [default: true]
- launch_intersection_module [default: true]
- launch_merge_from_private_module [default: true]
- launch_blind_spot_module [default: true]
- launch_detection_area_module [default: true]
- launch_virtual_traffic_light_module [default: true]
- launch_no_stopping_area_module [default: true]
- launch_stop_line_module [default: true]
- launch_occlusion_spot_module [default: true]
- launch_run_out_module [default: true]
- launch_speed_bump_module [default: true]
- launch_no_drivable_lane_module [default: true]
- launch_module_list_end [default: ""]]
- behavior_path_planner_launch_modules [default: []
- behavior_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
-
- interface_input_topic [default: /planning/scenario_planning/lane_driving/behavior_planning/path]
- interface_output_topic [default: /planning/scenario_planning/lane_driving/trajectory]
- launch_obstacle_stop_module [default: true]
- launch_obstacle_slow_down_module [default: true]
- launch_obstacle_cruise_module [default: true]
- launch_dynamic_obstacle_stop_module [default: true]
- launch_out_of_lane_module [default: true]
- launch_obstacle_velocity_limiter_module [default: true]
- launch_mvp_run_out_module [default: true]
- launch_boundary_departure_prevention_module [default: true]
- launch_road_user_stop_module [default: true]
- launch_module_list_end [default: ""]]
- motion_velocity_planner_launch_modules [default: []
- launch/scenario_planning/lane_driving.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation
- launch/scenario_planning/parking.launch.xml
- launch/scenario_planning/scenario_planning.launch.xml
-
- enable_all_modules_auto_mode
- is_simulation