We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9dba5 commit 29473a2Copy full SHA for 29473a2
ros/heartbeat_monitor/CMakeLists.txt
@@ -41,6 +41,7 @@ endif()
41
if(BUILD_TESTING)
42
find_package(ament_cmake_pytest REQUIRED)
43
44
+ find_package(ament_cmake_pytest REQUIRED)
45
ament_add_pytest_tests(
46
heartbeat_monitor_tests
47
test
scripts/build.sh
@@ -45,7 +45,6 @@ source /opt/ros/jazzy/setup.bash
48
-colcon build
49
-#--cmake-args -DBUILD_TESTING=OFF
+colcon build --cmake-args -DBUILD_TESTING=OFF
50
. install/setup.bash
51
export ROS_DOMAIN_ID=69
0 commit comments