From 4030d4eabc56bcc9616969fe503cdb293efe6c3c Mon Sep 17 00:00:00 2001 From: "andrei.pak" Date: Mon, 20 Jun 2022 14:32:00 +0900 Subject: [PATCH] fix bionic build --- rc110_core/rc110/CMakeLists.txt | 1 + rc110_core/rc110_selector/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rc110_core/rc110/CMakeLists.txt b/rc110_core/rc110/CMakeLists.txt index 1e2342c..63ac7ae 100644 --- a/rc110_core/rc110/CMakeLists.txt +++ b/rc110_core/rc110/CMakeLists.txt @@ -36,4 +36,5 @@ install(DIRECTORY devel/ # package set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${PROJECT_BINARY_DIR}/deb/conffiles;") +set(RC110_DEP.fkie_multimaster ros-$ENV{ROS_DISTRO}-multimaster-fkie) include(../../cmake/rc110_cpack.cmake) diff --git a/rc110_core/rc110_selector/src/main.cpp b/rc110_core/rc110_selector/src/main.cpp index 5e25d6b..1361e03 100644 --- a/rc110_core/rc110_selector/src/main.cpp +++ b/rc110_core/rc110_selector/src/main.cpp @@ -78,7 +78,7 @@ int main(int argc, char** argv) window.show(); QTimer timer; - timer.callOnTimeout([&combo, &label] { + QObject::connect(&timer, &QTimer::timeout, [&combo, &label] { ros::spinOnce(); QStringList names = getRobotNames();