Skip to content

Commit

Permalink
Merge pull request #267 from clalancette/clalancette/update-lely-core…
Browse files Browse the repository at this point in the history
…-hash

Update the lely_core_libraries hash to the latest.
  • Loading branch information
ipa-vsp committed Mar 15, 2024
2 parents 9df35ad + a7cc8f1 commit e6b6ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions canopen_402_driver/src/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
#include "canopen_402_driver/command.hpp"
#include <stdexcept>
using namespace ros2_canopen;

const Command402::TransitionTable Command402::transitions_;
Expand Down
2 changes: 1 addition & 1 deletion lely_core_libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b6ea9

Please sign in to comment.