Skip to content

Commit

Permalink
fix: add_ros_test to add_launch_test (autowarefoundation#5486)
Browse files Browse the repository at this point in the history
* fix: add_ros_test to add_launch_test

Signed-off-by: kminoda <[email protected]>

* fix ndt_scan_matcher

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Nov 8, 2023
1 parent fe35797 commit 8d52529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions localization/ekf_localizer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ function(add_testcase filepath)
endfunction()

if(BUILD_TESTING)
add_ros_test(
add_launch_test(
test/test_ekf_localizer_launch.py
TIMEOUT "30"
)
add_ros_test(
add_launch_test(
test/test_ekf_localizer_mahalanobis.py
TIMEOUT "30"
)
Expand Down
2 changes: 1 addition & 1 deletion localization/ndt_scan_matcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ link_directories(${PCL_LIBRARY_DIRS})
target_link_libraries(ndt_scan_matcher ${PCL_LIBRARIES} glog::glog)

if(BUILD_TESTING)
add_ros_test(
add_launch_test(
test/test_ndt_scan_matcher_launch.py
TIMEOUT "30"
)
Expand Down
2 changes: 1 addition & 1 deletion map/map_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rclcpp_components_register_node(lanelet2_map_visualization_node
)

if(BUILD_TESTING)
add_ros_test(
add_launch_test(
test/lanelet2_map_loader_launch.test.py
TIMEOUT "30"
)
Expand Down

0 comments on commit 8d52529

Please sign in to comment.