copy/move heightfield files around (part of pybullet_data)
prepare for heightfield support in pybullet (first step, needs a bit more)
This commit is contained in:
@@ -886,6 +886,8 @@ enum eUrdfGeomTypes //sync with UrdfParser UrdfGeomTypes
|
||||
GEOM_MESH,
|
||||
GEOM_PLANE,
|
||||
GEOM_CAPSULE, //non-standard URDF?
|
||||
GEOM_SDF, //signed-distance-field, non-standard URDF
|
||||
GEOM_HEIGHTFIELD,
|
||||
GEOM_UNKNOWN,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user