-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making the integration specific to each control variable #66
Comments
Dear all,
Let me know what you think about all those points. |
I think it is a good idea.
So we should probably remove the redundancy. I guess you still need a way of storing some data for each joint. Given the architecture of Pinocchio, I would say the simplest is to develop a algo in Pinocchio style for this. There will be the tricky issue of RPY / Quaternion conversions. Otherwise, it is a good thing that robot dependent data are read from text files. |
Thank you very much Joseph for your comments. |
With some recent changes related to roscontrol-sot, there is a need to make the integration specific to each value of the control vector. For instance with Talos, the gripper are only control on position, where we can control the other actuator either in position or in effort. This changes the way the state vector needs to be handled.
The text was updated successfully, but these errors were encountered: