-
I would love to run When inspecting, I can see that there is a context scalar. pinocchio/include/pinocchio/multibody/geometry.hpp Lines 233 to 239 in c0bbd6c However, I am unaware of the design choice behind this. Would you be happy to make this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
To add a bit of extra detail, the problem comes in line . However, I suspect there is much more than this.I am happy to contribute to this if you provide general guidance. |
Beta Was this translation helpful? Give feedback.
-
The first question you need to ask is: why do you really need to have GeometryData to be templated? |
Beta Was this translation helpful? Give feedback.
We did not templatized Geometry{Model,Data} because coal is not a templatized libraries. It has no meaning to do automatic code-generation or automatic differentiation over all the types of geometries supported by COAL.
Yet, with @lmontaut, we are thinking on supporting floating precision for COAL. But we will do in a non-templatized way to save our time and limit bad computational behaviors.