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

Upgrade to SDK version 3.17.6 #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.11)
project(fd_sdk_vendor)
set(FD_SDK_VERSION "3.16.1")
set(FD_SDK_VERSION "3.17.6")

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17) # Default to C++17
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ROS 2 vendor package for Force Dimension SDK.

***Tested with a Humble ROS distribution only (Ubuntu 22.04 LTS)***

![Force Dimension SDK](https://img.shields.io/badge/SDK_version-3.16.1-blue)
![Force Dimension SDK](https://img.shields.io/badge/SDK_version-3.17.6-blue)
[![CI (humble)](https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml/badge.svg)](https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml)
[![Build tests (jazzy)](../../actions/workflows/ci-jazzy.yml/badge.svg?branch=main)](../../actions/workflows/ci-jazzy.yml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yml?query=branch:main)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package format="2">
<name>fd_sdk_vendor</name>
<version>0.1.1</version>
<description>Vendored version of the Force Dimension SDK (version 3.16.1).</description>
<description>Vendored version of the Force Dimension SDK (version 3.17.6).</description>
<maintainer email="[email protected]">Thibault Poignonec</maintainer>
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 -->
<author email="[email protected]">Thibault Poignonec</author>
Expand Down
Loading