8000 capitalize robot name · yobzhuu/robotics-toolbox-python@21e4d44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21e4d44

Browse files
committed
capitalize robot name
1 parent 6319cdd commit 21e4d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roboticstoolbox/models/DH/Irb140.py renamed to roboticstoolbox/models/DH/IRB140.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
import numpy as np
1010

1111

12-
class Irb140(DHRobot):
12+
class IRB140(DHRobot):
1313
"""
14-
Irb140 Create model of ABB IRB 140 manipulator
14+
IRB140 Create model of ABB IRB 140 manipulator
1515
16-
Irb140 is a script that creates the workspace variable irb140 which
16+
IRB140 is a script that creates the workspace variable irb140 which
1717
describes the kinematic characteristics of an ABB IRB 140 manipulator
1818
using standard DH conventions.
1919
Also define the workspace vectors:

0 commit comments

Comments
 (0)
0