-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'awf/main' into fix/absolute_threshold_f…
…or_yielding_obstacles
- Loading branch information
Showing
106 changed files
with
303 additions
and
2,413 deletions.
There are no files selected for viewing
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,6 @@ | ||
cmake_minimum_required(VERSION 3.8) | ||
project(autoware_cuda_dependency_meta NONE) | ||
|
||
find_package(ament_cmake REQUIRED) | ||
|
||
ament_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,5 @@ | ||
# autoware_cuda_dependency_meta | ||
|
||
## Purpose | ||
|
||
This is a virtual package that packages on Autoware.universe that use CUDA must depend on. |
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,17 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>autoware_cuda_dependency_meta</name> | ||
<version>0.0.1</version> | ||
<description>Virtual package that provides an empty cuda stub package</description> | ||
|
||
<author email="esteve.fernandez@tier4.jp">Esteve Fernandez</author> | ||
<maintainer email="esteve.fernandez@tier4.jp">Esteve Fernandez</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> |
2 changes: 1 addition & 1 deletion
2
common/autoware_goal_distance_calculator/launch/goal_distance_calculator.launch.xml
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...utoware_object_recognition_utils/include/autoware/object_recognition_utils/conversion.hpp
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
.../autoware_object_recognition_utils/include/autoware/object_recognition_utils/geometry.hpp
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
.../autoware_object_recognition_utils/include/autoware/object_recognition_utils/matching.hpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.