Skip to content

Commit

Permalink
1.15 -> 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Feb 22, 2024
1 parent fe49800 commit 74ea1a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
pull_request:
branches:
- fri-1.15
- fri-1.16
schedule:
- cron: "0 0 1 * *" # monthly

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ set(FRICLIENT_VERSION_MAJOR ${CMAKE_MATCH_1})
set(FRICLIENT_VERSION_MINOR ${CMAKE_MATCH_2})
set(FRICLIENT_VERSION ${FRICLIENT_VERSION_MAJOR}.${FRICLIENT_VERSION_MINOR})

if (NOT FRICLIENT_VERSION STREQUAL "1.15")
message(FATAL_ERROR "Expected FRIClient ersion 1.15, found: " ${FRICLIENT_VERSION})
if (NOT FRICLIENT_VERSION STREQUAL "1.16")
message(FATAL_ERROR "Expected FRIClient ersion 1.16, found: " ${FRICLIENT_VERSION})
endif()

message("Found FRIClient of version: " ${FRICLIENT_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# fri
[![Build status](https://github.com/lbr-stack/fri/actions/workflows/build.yaml/badge.svg?branch=fri-1.15)](https://github.com/lbr-stack/fri/actions/workflows/build.yaml)
[![Build status](https://github.com/lbr-stack/fri/actions/workflows/build.yaml/badge.svg?branch=fri-1.16)](https://github.com/lbr-stack/fri/actions/workflows/build.yaml)

This folder adds CMake support to KUKA's Fast Robot Interface (FRI).

Expand Down

0 comments on commit 74ea1a1

Please sign in to comment.