Skip to content

Create custom configuration file with home position for the yarpmotorgui #108

Answered by barbalberto
UChervet asked this question in Q&A
Discussion options

You must be logged in to vote

Dear all, home and calibration parameters SHOULD NOT be inside the motorgui config file.

Instead, the calibration and homing are remote, in the sense that values are stored by the yarprobotinterface and the motorgui only ask to perform the operation, without providing any parameters.
If it does not works, it means the config file of the robot is missing the following part:

in file /wrapper/motorControl/_mc_wrapper.xml
add the Calibrator tag.

This tag tells the wrapper which calibrator it has to use when homing/calibrating
for example for torso

      <action phase="startup" level="5" type="attach">
      <paramlist name="networks">
         <elem name="torso_joints">  torso_mc </elem>
    …

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
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
5 participants
Converted from issue

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