data.jointTorqueRegressor is transposed #2522
Replies: 1 comment 2 replies
-
Could you provide some references? Is the documentation clear enough? At first glance, this is an implementation choice. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
It seems that when i use the computeJointTorqueRegressor, the result stored in data.jointTorqueRegressor is transposed.
In the code, I receive a [joint number x number of parameters], while in literature, it is the other way around.
Is there a reason it is implemented like this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions