We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f62f92 commit ed04441Copy full SHA for ed04441
roboticstoolbox/models/URDF/px100.py
@@ -49,4 +49,4 @@ def __init__(self):
49
if __name__ == '__main__': # pragma nocover
50
51
robot = px100()
52
- print(robot.links[0].mesh)
+ print(robot)
0 commit comments