-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(planning): move package directory for planning factor interface (…
…#9948) * chore: add new package for planning factor interface Signed-off-by: satoshi-ota <[email protected]> * chore(surround_obstacle_checker): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_stop_planner): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(obstacle_cruise_planner): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(motion_velocity_planner): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(bpp): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(bvp-common): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(blind_spot): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(crosswalk): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(detection_area): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(intersection): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(no_drivable_area): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(no_stopping_area): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(occlusion_spot): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(run_out): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(speed_bump): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(stop_line): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(template_module): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(traffic_light): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(vtl): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(walkway): update include file Signed-off-by: satoshi-ota <[email protected]> * chore(motion_utils): remove factor interface Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
- Loading branch information
1 parent
2a6663b
commit aa95f2a
Showing
62 changed files
with
170 additions
and
281 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
.../autoware_motion_utils/include/autoware/motion_utils/factor/steering_factor_interface.hpp
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
.../autoware_motion_utils/include/autoware/motion_utils/factor/velocity_factor_interface.hpp
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
common/autoware_motion_utils/src/factor/steering_factor_interface.cpp
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
common/autoware_motion_utils/src/factor/velocity_factor_interface.cpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
planning/autoware_planning_factor_interface/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cmake_minimum_required(VERSION 3.14) | ||
project(autoware_planning_factor_interface) | ||
|
||
find_package(autoware_cmake REQUIRED) | ||
autoware_package() | ||
|
||
ament_auto_add_library(autoware_planning_factor_interface SHARED | ||
DIRECTORY src | ||
) | ||
|
||
ament_auto_package() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# planning factor interface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>autoware_planning_factor_interface</name> | ||
<version>0.40.0</version> | ||
<description>The autoware_planning_factor_interface package</description> | ||
<maintainer email="[email protected]">Satoshi Ota</maintainer> | ||
<maintainer email="[email protected]">Mamoru Sobue</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Satoshi Ota</author> | ||
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
<buildtool_depend>autoware_cmake</buildtool_depend> | ||
|
||
<depend>autoware_motion_utils</depend> | ||
<depend>autoware_planning_msgs</depend> | ||
<depend>autoware_universe_utils</depend> | ||
<depend>rclcpp</depend> | ||
<depend>tier4_planning_msgs</depend> | ||
|
||
<test_depend>ament_cmake_ros</test_depend> | ||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>autoware_lint_common</test_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.