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'd like to ask about the usage of the function XBot::ModelInterface::syncFrom().
Q1: Let's take Centauro as an example. The size of Model is 48 including 6 virtual joints but the size of Robot is only 42. If I call the function like this model->syncFrom(*robot), then what will be the influence on the first 6 DoFs of Model?
Q2: Is it recommended to call this function at every control loop or at a slower frequency than the control rate?
The text was updated successfully, but these errors were encountered:
liesrock
changed the title
Questions about the usage of ModelInterface::syncFrom
[ModelInterface] Questions about the usage of ModelInterface::syncFrom
Nov 20, 2023
Hello,
I'd like to ask about the usage of the function XBot::ModelInterface::syncFrom().
model->syncFrom(*robot)
, then what will be the influence on the first 6 DoFs of Model?The text was updated successfully, but these errors were encountered: