Skip to content

Commit 29473a2

Browse files
committed
Working Version
1 parent bb9dba5 commit 29473a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ros/heartbeat_monitor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ endif()
4141
if(BUILD_TESTING)
4242
find_package(ament_cmake_pytest REQUIRED)
4343

44+
find_package(ament_cmake_pytest REQUIRED)
4445
ament_add_pytest_tests(
4546
heartbeat_monitor_tests
4647
test

scripts/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ source /opt/ros/jazzy/setup.bash
4545

4646

4747

48-
colcon build
49-
#--cmake-args -DBUILD_TESTING=OFF
48+
colcon build --cmake-args -DBUILD_TESTING=OFF
5049
. install/setup.bash
5150
export ROS_DOMAIN_ID=69

0 commit comments

Comments
 (0)