Is "yarpmotorgui" an appropriate name for a joint interface? #97
-
Hi, I propose, |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
Beta Was this translation helpful? Give feedback.
-
I think no one in history was confused by this: joint are controlled by motors, and if you know the difference between joint-level or motor-level control you already know so much about the yarp/icub infrastructure not to be confused by the name of the I don't think that the trouble of renaming (and educating all the users about the new name/modifyng scripts and tutorials mentioning the old name) is worthy. |
Beta Was this translation helpful? Give feedback.
-
I'm afraid @traversaro is right. |
Beta Was this translation helpful? Give feedback.
-
@DanielePucci you have a valid point, but @traversaro's answer could not have been any clearer. |
Beta Was this translation helpful? Give feedback.
-
if [ computer == Pucci's computer ]; then
ln -s yarpmotorgui yarpjointgui
fi |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Bah, the name is semantically wrong, especially in light of coupled joints where motors and joints cannot be linked by a one-to-one relation during motion. But, it's up to you. It was just a proposal. |
Beta Was this translation helpful? Give feedback.
-
I'm afraid @DanielePucci is right. |
Beta Was this translation helpful? Give feedback.
-
(but we can keep the coupling secret 😏) |
Beta Was this translation helpful? Give feedback.
-
Let me amend my reply:
More seriously, if we want to avoid confusion about joint/motor, I think improving documentation on coupling support in yarp ControlBoard would be a much more useful use of our time then changing the name and then manually update outdated documentation/code or educate users about the new name. Just to give a (clearly biased) example: I still type |
Beta Was this translation helpful? Give feedback.
-
👍 x Silvio :-) |
Beta Was this translation helpful? Give feedback.
-
Being conservative is the (other) root of all evil. With that said, I understand your point. |
Beta Was this translation helpful? Give feedback.
-
@DanielePucci join the dark side. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I did :D |
Beta Was this translation helpful? Give feedback.
-
There was a discussion about the new name when we moved it in yarp, one of the proposed names was yarpjointmover. I still hate all the options, especially the name we choose because of the "gui" part. |
Beta Was this translation helpful? Give feedback.
Let me amend my reply:
More seriously, if we want to avoid confusion about joint/motor, I think improving documentation on coupling support in yarp ControlBoard would be a much more useful use of our …