Skip to content

Commit 0eefe2d

Browse files
authored
refactor(behavior_velocity_no_drivable_lane_module): prefix package and namespace with autoware (#7469)
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 51045e9 commit 0eefe2d

File tree

18 files changed

+8
-8
lines changed

18 files changed

+8
-8
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ planning/autoware_behavior_path_side_shift_module/** fumiya.watanabe@tier4.jp ky
192192
planning/behavior_path_start_planner_module/** daniel.sanchez@tier4.jp kosuke.takeuchi@tier4.jp kyoichi.sugahara@tier4.jp mamoru.sobue@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp tomohito.ando@tier4.jp tomoya.kimura@tier4.jp
193193
planning/behavior_velocity_planner/autoware_behavior_velocity_blind_spot_module/** mamoru.sobue@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
194194
planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/** kyoichi.sugahara@tier4.jp mamoru.sobue@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp takayuki.murooka@tier4.jp tomoya.kimura@tier4.jp yuki.takagi@tier4.jp
195-
planning/behavior_velocity_planner/behavior_velocity_no_drivable_lane_module/** ahmed.ebrahim@leodrive.ai fumiya.watanabe@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp takamasa.horibe@tier4.jp takayuki.murooka@tier4.jp tomoya.kimura@tier4.jp
195+
planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module/** ahmed.ebrahim@leodrive.ai fumiya.watanabe@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp takamasa.horibe@tier4.jp takayuki.murooka@tier4.jp tomoya.kimura@tier4.jp
196196
planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module/** kosuke.takeuchi@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
197197
planning/behavior_velocity_planner/autoware_behavior_velocity_occlusion_spot_module/** shumpei.wakabayashi@tier4.jp taiki.tanaka@tier4.jp tomoya.kimura@tier4.jp
198198
planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/** fumiya.watanabe@tier4.jp isamu.takagi@tier4.jp mamoru.sobue@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp

planning/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nav:
2525
- 'Crosswalk': planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module
2626
- 'Detection Area': planning/behavior_velocity_detection_area_module
2727
- 'Intersection': planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module
28-
- 'No Drivable Lane': planning/behavior_velocity_planner/behavior_velocity_no_drivable_lane_module
28+
- 'No Drivable Lane': planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module
2929
- 'No Stopping Area': planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module
3030
- 'Occlusion Spot': planning/behavior_velocity_planner/autoware_behavior_velocity_occlusion_spot_module
3131
- 'Run Out': planning/behavior_velocity_planner/autoware_behavior_velocity_run_out_module

planning/behavior_velocity_planner/behavior_velocity_no_drivable_lane_module/CMakeLists.txt planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(behavior_velocity_no_drivable_lane_module)
2+
project(autoware_behavior_velocity_no_drivable_lane_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()

planning/behavior_velocity_planner/behavior_velocity_no_drivable_lane_module/package.xml planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>behavior_velocity_no_drivable_lane_module</name>
4+
<name>autoware_behavior_velocity_no_drivable_lane_module</name>
55
<version>0.1.0</version>
6-
<description>The behavior_velocity_no_drivable_lane_module package</description>
6+
<description>The autoware_behavior_velocity_no_drivable_lane_module package</description>
77

88
<maintainer email="ahmed.ebrahim@leodrive.ai">Ahmed Ebrahim</maintainer>
99
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<library path="behavior_velocity_no_drivable_lane_module">
1+
<library path="autoware_behavior_velocity_no_drivable_lane_module">
22
<class type="autoware::behavior_velocity_planner::NoDrivableLaneModulePlugin" base_class_type="autoware::behavior_velocity_planner::PluginInterface"/>
33
</library>

planning/behavior_velocity_planner/autoware_behavior_velocity_planner/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<test_depend>autoware_behavior_velocity_crosswalk_module</test_depend>
7171
<test_depend>autoware_behavior_velocity_detection_area_module</test_depend>
7272
<test_depend>autoware_behavior_velocity_intersection_module</test_depend>
73+
<test_depend>autoware_behavior_velocity_no_drivable_lane_module</test_depend>
7374
<test_depend>autoware_behavior_velocity_no_stopping_area_module</test_depend>
7475
<test_depend>autoware_behavior_velocity_occlusion_spot_module</test_depend>
7576
<test_depend>autoware_behavior_velocity_run_out_module</test_depend>
@@ -78,7 +79,6 @@
7879
<test_depend>autoware_behavior_velocity_virtual_traffic_light_module</test_depend>
7980
<test_depend>autoware_behavior_velocity_walkway_module</test_depend>
8081
<test_depend>autoware_lint_common</test_depend>
81-
<test_depend>behavior_velocity_no_drivable_lane_module</test_depend>
8282
<test_depend>behavior_velocity_speed_bump_module</test_depend>
8383
<!--<test_depend>autoware_behavior_velocity_template_module</test_depend>-->
8484

planning/behavior_velocity_planner/autoware_behavior_velocity_planner/test/src/test_node_interface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ std::shared_ptr<BehaviorVelocityPlannerNode> generateNode()
107107
get_behavior_velocity_module_config("stop_line"),
108108
get_behavior_velocity_module_config("traffic_light"),
109109
get_behavior_velocity_module_config("virtual_traffic_light"),
110-
get_behavior_velocity_module_config_no_prefix("no_drivable_lane")});
110+
get_behavior_velocity_module_config("no_drivable_lane")});
111111

112112
// TODO(Takagi, Isamu): set launch_modules
113113
// TODO(Kyoichi Sugahara) set to true launch_virtual_traffic_light

0 commit comments

Comments
 (0)