Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2f138d

Browse files
committedApr 29, 2024·
merge branch main into autoware_msg
Signed-off-by: liu cui <cynthia.liu@autocore.ai>
2 parents 0f894d7 + 7f368a2 commit b2f138d

File tree

112 files changed

+4970
-1069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+4970
-1069
lines changed
 

‎build_depends.repos

-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,3 @@ repositories:
4141
type: git
4242
url: https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs.git
4343
version: main
44-
#vehicle
45-
vehicle/sample_vehicle_launch:
46-
type: git
47-
url: https://github.com/autowarefoundation/sample_vehicle_launch.git
48-
version: main

‎common/global_parameter_loader/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ project(global_parameter_loader)
44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
66

7-
if(BUILD_TESTING)
8-
file(GLOB_RECURSE test_files test/*.cpp)
9-
ament_add_ros_isolated_gtest(test_global_params_launch ${test_files})
10-
endif()
11-
127
ament_auto_package(
138
INSTALL_TO_SHARE
149
launch

0 commit comments

Comments
 (0)
Please sign in to comment.