Closed jslee02 closed 7 years ago
The geom type of kinova_tool.kinbody.xml is ambiguous. The type value is sphere while it contains <Render> filed, which is for trimesh type.
kinova_tool.kinbody.xml
sphere
<Render>
I guess the type should be changed to trimesh. If someone confirms this, I could make a PR for this.
trimesh
Related PR: Aikido #102
The current version of the file is correct. See https://github.com/personalrobotics/aikido/pull/102#issuecomment-287583463.
The geom type of
kinova_tool.kinbody.xml
is ambiguous. The type value issphere
while it contains<Render>
filed, which is for trimesh type.I guess the type should be changed to
trimesh
. If someone confirms this, I could make a PR for this.Related PR: Aikido #102