Skip to content

Commit

Permalink
FRI version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krmihaly committed Oct 24, 2024
1 parent cae6ee2 commit 996d796
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_sunrise_fri_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (WITH_FRI_VERSION_2_5)
add_definitions(-DFRI_V2_5)
set(FRI_CLIENT_SDK_VERSION "FRI_v2_5")
else()
set(FRI_CLIENT_SDK_VERSION "FRI_v1_5")
set(FRI_CLIENT_SDK_VERSION "FRI_v1_15")
endif()

include_directories(include src/${FRI_CLIENT_SDK_VERSION}/fri_client_sdk include/${FRI_CLIENT_SDK_VERSION} ${NANOPB_INCLUDE_DIR})
Expand Down

0 comments on commit 996d796

Please sign in to comment.