Skip to content

Commit

Permalink
refactor(tier4_planning_launch): use xml style launch (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#5470)

* refactor(tier4_planning_launch): use xml style launch

Signed-off-by: satoshi-ota <[email protected]>

* refactor(tier4_planning_launch): remove python style launch

Signed-off-by: satoshi-ota <[email protected]>

* fix(tier4_plannning_launch): fix namespace

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored and kosuke55 committed Nov 30, 2023
1 parent 913d6f5 commit 4758e13
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 433 deletions.
8 changes: 0 additions & 8 deletions launch/tier4_planning_launch/launch/planning.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
<arg name="mission_planner_param_path"/>
<!-- parking -->
<arg name="freespace_planner_param_path"/>
<!-- motion -->
<arg name="obstacle_avoidance_planner_param_path"/>
<arg name="path_sampler_param_path"/>
<arg name="obstacle_velocity_limiter_param_path"/>
<arg name="surround_obstacle_checker_param_path"/>
<arg name="obstacle_stop_planner_param_path"/>
<arg name="obstacle_stop_planner_acc_param_path"/>
<arg name="obstacle_cruise_planner_param_path"/>
<!-- planning validator -->
<arg name="planning_validator_param_path"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
<!-- motion planning module -->
<group>
<push-ros-namespace namespace="motion_planning"/>
<include file="$(find-pkg-share tier4_planning_launch)/launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.py">
<arg name="vehicle_param_file" value="$(var vehicle_param_file)"/>
<arg name="use_multithread" value="true"/>
<arg name="use_surround_obstacle_check" value="$(var use_surround_obstacle_check)"/>
<arg name="cruise_planner_type" value="$(var cruise_planner_type)"/>
</include>
<group>
<include file="$(find-pkg-share tier4_planning_launch)/launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml">
<arg name="container_type" value="component_container_mt"/>
</include>
</group>
</group>
</group>
</launch>
Loading

0 comments on commit 4758e13

Please sign in to comment.