-
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
base: master
Are you sure you want to change the base?
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.
|
||
.. note:: | ||
The values reported from the robot are rotated to the base coordinate system of the robot. | ||
Hence, they will not be the same as the ones sent to the robot. Align the robot's TCP the same |
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.
For them to be the same, align the TCP frame with robots base frame.
Co-authored-by: Mads Holm Peters <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #388 +/- ##
==========================================
+ Coverage 77.89% 82.46% +4.56%
==========================================
Files 92 1 -91
Lines 4199 268 -3931
Branches 465 0 -465
==========================================
- Hits 3271 221 -3050
+ Misses 686 47 -639
+ Partials 242 0 -242
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.