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
In the directFingerActuator demo, there is no Finger.vtk or stl file, I copy the model from SoftRobot and it worked.
In function def onKeypressedEvent(self, event)self._extracted_from_onKeypressedEvent_10( qOld, posA, self.angularRate) has an extra param self, you need to delete it.
In my SOFA version, TetrahedronSetTopologyContainer didn't work well. So I changed it as MeshTopology.
Hope this can help!
The text was updated successfully, but these errors were encountered:
directFingerActuator
demo, there is noFinger.vtk or stl
file, I copy the model fromSoftRobot
and it worked.def onKeypressedEvent(self, event)
self._extracted_from_onKeypressedEvent_10( qOld, posA, self.angularRate)
has an extra paramself
, you need to delete it.TetrahedronSetTopologyContainer
didn't work well. So I changed it asMeshTopology
.Hope this can help!
The text was updated successfully, but these errors were encountered: