Skip to content

Mismatch in real and measured velocities at the wrist pronation-supination #27

Answered by randaz81
iron76 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @iron76,you are doing right.
Looking at iCubParis02 configuration files (motorControl\icub_left_arm.xml), there is a section:

<group name="VELOCITY">
<param name="MOT_speed_estimation"> 1
<param name="MOT_accel_estimation"> 1
<param name="JNT_accel_estimation"> 5
<param name="JNT_speed_estimation"> 5

However, the MC4 board does not implement in the firmware the moving average filter requested by these parameters (which are instead implemented by BLL boards), so the resulting speed is wrong.
As temporary fix, you can set all the above parameters to 0, and you should get a consistent measurement.
A further improvement (available in the next days) is to implement the filter also on the MC…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #27 on December 15, 2020 22:28.