Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the lely_core_libraries hash to the latest. #267

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading