-
Notifications
You must be signed in to change notification settings - Fork 87
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
(Torque) Calibration #189
Comments
Hi, you should use the WebApp. Simply position your Gen3 in a candle pose then, on the WebApp, navigate to "Configurations/Robot/Actuators/ActuatorX". For every Actuator, click on "Set Offset". Best regards, |
Hi kyilmazKinova, Thank you for your fast answer! I want to understand to what extent I can adjust/calibrate the robot's sensors. The function Could you please elaborate on how these parameters are used and how they were identified? (And I'm still interested in information about the class CalibrationItem here.) Best, |
Hi @sophielueth , Apologies for the very late response. Our internal tracking of this issue was lost when Kevin left Kinova. The Kortex API exposes some functions that are intended for internal use only (this is an issue we have solved for Link 6 but have yet to backport on Gen3). Torque calibration is one of them. While it is technically possible to use the |
Dear Kinova Team,
we wanted to calibrate the torque sensors in our Kinova Gen3. Looking for the correct interface in the documentation, I found this. I am wondering what the parameters
global_gain
(float),global_offset
(float),gain
(float [] of length 4) andoffset
(float [] of length 4) represent, that exist for each actuator (see e.g. here. I assume the torque sensors to be strain gauges and therefore only expected one gain and one offset per sensor for a linear mapping.Could you please elaborate on how these parameters are used and how they were identified?
On another note: I also came across the class
CalibrationItem
here. It containsCOGGING
,MAGNETIC
,MOTOR
andPOSITION_RANGE
.What parameters exactly are calibrated here?
Thank you!
The text was updated successfully, but these errors were encountered: