10000 Fix up print · hzyjerry/robotics-toolbox-python@ed04441 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed04441

Browse files
committed
Fix up print
1 parent 4f62f92 commit ed04441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/models/URDF/px100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def __init__(self):
4949
if __name__ == '__main__': # pragma nocover
5050

5151
robot = px100()
52-
print(robot.links[0].mesh)
52+
print(robot)

0 commit comments

Comments
 (0)
0