Skip to content

Commit

Permalink
fix bionic build
Browse files Browse the repository at this point in the history
  • Loading branch information
z-andrei-pak committed Jun 20, 2022
1 parent 1009e7d commit 4030d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rc110_core/rc110/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion rc110_core/rc110_selector/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4030d4e

Please sign in to comment.