-
Notifications
You must be signed in to change notification settings - Fork 128
Rtde external ft #388
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
Rtde external ft #388
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
0821df0
to
fb66319
Compare
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.