fix spaces/tab issue in urdfEditor.py
This commit is contained in:
@@ -465,17 +465,6 @@ class UrdfEditor(object):
|
||||
visualFrameOrientations=[v.origin_rpy for v in urdfVisuals],
|
||||
physicsClientId=physicsClientId)
|
||||
|
||||
# linkVisualShapeIndex = p.createVisualShape(shapeType=urdfVisual.geom_type,
|
||||
# halfExtents=[ext * 0.5 for ext in urdfVisual.geom_extents],
|
||||
# radius=urdfVisual.geom_radius,
|
||||
# length=urdfVisual.geom_length[0],
|
||||
# fileName=urdfVisual.geom_meshfilename,
|
||||
# meshScale=urdfVisual.geom_meshscale,
|
||||
# rgbaColor=urdfVisual.material_rgba,
|
||||
# visualFramePosition=urdfVisual.origin_xyz,
|
||||
# visualFrameOrientation=urdfVisual.origin_rpy,
|
||||
# physicsClientId=physicsClientId)
|
||||
|
||||
linkMasses.append(linkMass)
|
||||
linkCollisionShapeIndices.append(linkCollisionShapeIndex)
|
||||
linkVisualShapeIndices.append(linkVisualShapeIndex)
|
||||
|
||||
Reference in New Issue
Block a user