You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the calibrator on arm but I am getting an error while parsing the data dumper in the readStateExt function.
What happens is that the number of joints of the arm (n) that is passed to this function is 7 accordingly to the model without the fingers. This involves a format of the parser like:
%d %f (%f %f %f %f %f %f %f) [ok]
However, looking at the data dumper, the stored data consider the full arm (16 Dof) so they have the following form:
@nunoguedelha did you ever experience this problem? It could be easily fixed by adding the full arm model in the framework model. Is the model depending on the URDF or is it defined somewhere else?
The text was updated successfully, but these errors were encountered:
but I am always getting "7" as DOF number of the arm. I was suspecting too that the DOF number was given by the file you pointed since it was the only one referring to the seven joints (shoulder_pitch, shoulder_roll, shoulder_yaw, elbow, wrist_prosup, wrist_pitch, wrist_yaw). In all the other files (apart from URDF), the only joints that are listed, are the four joints of the arm that are calibrated during the procedure (shoulder_pitch, shoulder_roll, shoulder_yaw, elbow).
I was trying to run the calibrator on
arm
but I am getting an error while parsing thedata dumper
in the readStateExt function.What happens is that the number of joints of the arm (
n
) that is passed to this function is 7 accordingly to the model without the fingers. This involves a format of the parser like:However, looking at the
data dumper
, the stored data consider the full arm (16 Dof) so they have the following form:@nunoguedelha did you ever experience this problem? It could be easily fixed by adding the full arm model in the framework model. Is the model depending on the
URDF
or is it defined somewhere else?The text was updated successfully, but these errors were encountered: