From f731b284588e509bed984ae5f444d9050668d5fa Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 12 Mar 2024 20:49:39 +0000 Subject: [PATCH 1/2] Update the lely_core_libraries hash to the latest. This will fix the building of the lely_core_libraries on Ubuntu 24.04. Signed-off-by: Chris Lalancette --- lely_core_libraries/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lely_core_libraries/CMakeLists.txt b/lely_core_libraries/CMakeLists.txt index 9489bde8..4eaadc25 100644 --- a/lely_core_libraries/CMakeLists.txt +++ b/lely_core_libraries/CMakeLists.txt @@ -11,7 +11,7 @@ ExternalProject_Add(upstr_lely_core_libraries # Name for custom target INSTALL_DIR "${CMAKE_INSTALL_PREFIX}" # Installation prefix BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/build GIT_REPOSITORY https://gitlab.com/lely_industries/lely-core.git - GIT_TAG 7824cbb2ac08d091c4fa2fb397669b938de9e3f5 + GIT_TAG b63a0b6f79d3ea91dc221724b42dae49894449fc TIMEOUT 60 #UPDATE step apply patch to fix dcf-tools install UPDATE_COMMAND From a7cc8f12c59a54d4abfc0098ab2b6fa1564b97a6 Mon Sep 17 00:00:00 2001 From: Vishnuprasad Prachandabhanu Date: Fri, 15 Mar 2024 11:37:50 +0100 Subject: [PATCH 2/2] fix ci build error --- canopen_402_driver/src/command.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/canopen_402_driver/src/command.cpp b/canopen_402_driver/src/command.cpp index 380eba2f..67ae93b9 100644 --- a/canopen_402_driver/src/command.cpp +++ b/canopen_402_driver/src/command.cpp @@ -15,6 +15,7 @@ // along with this program. If not, see . // #include "canopen_402_driver/command.hpp" +#include using namespace ros2_canopen; const Command402::TransitionTable Command402::transitions_;