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
Currently, vertices_from_link might fail if the body is not created from an URDF or Nonconvex, raising RuntimeError() from unknown filename. See here. Especially for the case of nonconvex objects, "Pybullet creates multiple collision elements (with unknown_file) when noncovex".
We should use pybullet's latest getMeshData to get the vertex data back.
The text was updated successfully, but these errors were encountered:
Currently,
vertices_from_link
might fail if the body is not created from an URDF or Nonconvex, raisingRuntimeError()
fromunknown filename
. See here. Especially for the case of nonconvex objects, "Pybullet creates multiple collision elements (with unknown_file) when noncovex".We should use pybullet's latest
getMeshData
to get the vertex data back.The text was updated successfully, but these errors were encountered: