release: version the repository as a whole at 1.1.0 - #25
Merged
Conversation
ebarnett3
force-pushed
the
SGRIP-882/release-1.1.0
branch
from
August 11, 2026 23:03
fdfbb3d to
a549589
Compare
The submodule sat at 7620865, five commits behind the release, so the driver built against a pre-release SDK snapshot.
The repo ships two stacks and versioned them separately: robotiq_tsf was 1.0.0 (tag V1.0.0) while the gripper packages were still PickNik's 0.0.1. Move both to a single sequence at 1.1.0, introducing the gripper packages. VERSION is the authoritative version string; dev/version.py propagates it into every package.xml and a pre-commit hook fails on drift. Drop the CHANGELOG.rst files: nothing installs or reads them, the repo is not bloom-released, and the GitHub release notes are the record. Upstream attribution is unaffected — it lives in the source headers, the <author> tags and LICENSE.
ebarnett3
force-pushed
the
SGRIP-882/release-1.1.0
branch
from
August 11, 2026 23:07
a549589 to
ceb3a58
Compare
JonathanBeaudoinRq
approved these changes
Aug 12, 2026
l-tschreiber-a11y
approved these changes
Aug 13, 2026
The packages table and the Grippers intro led with the vendored PickNik provenance, so a reader met "vendored copy at 3b6cf8f" before any mention of the SDK the driver now runs on — and "vendored from PickNik" reads to many as "this is the PickNik driver". Both now lead with the SDK and with Robotiq's ownership; PickNik stays credited as the origin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo ships two stacks and versioned them separately: robotiq_tsf was 1.0.0 (tag V1.0.0) while the gripper packages were still PickNik's 0.0.1. Move both to a single sequence at 1.1.0, introducing the gripper packages.
VERSION is now the authoritative version string; dev/version.py propagates it into every package.xml and a pre-commit hook fails on drift. Also pin extern/grippers at the SDK's v1.0.0 tag — it was still at a pre-release commit — and add the 1.1.0 changelog entries.
Additionally, update the extern/grippers package to point to the v1.0.0 release
PVI @jkski-robotiq @mbegin-robotiq