Skip to content

Commit 8d52529

Browse files
authored
fix: add_ros_test to add_launch_test (#5486)
* fix: add_ros_test to add_launch_test Signed-off-by: kminoda <koji.minoda@tier4.jp> * fix ndt_scan_matcher Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent fe35797 commit 8d52529

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

localization/ekf_localizer/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ function(add_testcase filepath)
4343
endfunction()
4444

4545
if(BUILD_TESTING)
46-
add_ros_test(
46+
add_launch_test(
4747
test/test_ekf_localizer_launch.py
4848
TIMEOUT "30"
4949
)
50-
add_ros_test(
50+
add_launch_test(
5151
test/test_ekf_localizer_mahalanobis.py
5252
TIMEOUT "30"
5353
)

localization/ndt_scan_matcher/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ link_directories(${PCL_LIBRARY_DIRS})
3838
target_link_libraries(ndt_scan_matcher ${PCL_LIBRARIES} glog::glog)
3939

4040
if(BUILD_TESTING)
41-
add_ros_test(
41+
add_launch_test(
4242
test/test_ndt_scan_matcher_launch.py
4343
TIMEOUT "30"
4444
)

map/map_loader/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rclcpp_components_register_node(lanelet2_map_visualization_node
4646
)
4747

4848
if(BUILD_TESTING)
49-
add_ros_test(
49+
add_launch_test(
5050
test/lanelet2_map_loader_launch.test.py
5151
TIMEOUT "30"
5252
)

0 commit comments

Comments
 (0)