Rtde external ft - #388
Merged
Merged
Conversation
urmahp
reviewed
Oct 13, 2025
urmahp
left a comment
Contributor
There was a problem hiding this comment.
Should we consider adding ft_rtde_input_enable() command to the script command interface, then you can use force_torque input together with the driver?
Then it would also be possible to use the driver with an external force torque sensor.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #388 +/- ##
==========================================
- Coverage 77.00% 76.54% -0.46%
==========================================
Files 92 92
Lines 4287 4327 +40
Branches 482 488 +6
==========================================
+ Hits 3301 3312 +11
- Misses 743 769 +26
- Partials 243 246 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Mads Holm Peters <79145214+urmahp@users.noreply.github.com>
urfeex
force-pushed
the
rtde_external_ft
branch
from
October 17, 2025 06:50
0821df0 to
fb66319
Compare
urmahp
approved these changes
Oct 20, 2025
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.
Add support for sending external force-torque measurements through RTDE.
This can be especially useful if you want to inject fake measurements into a URSim simulated robot.
There's also an example with a simple TUI doing exactly that.