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 6319cdd commit 21e4d44Copy full SHA for 21e4d44
roboticstoolbox/models/DH/Irb140.py renamed to roboticstoolbox/models/DH/IRB140.py
@@ -9,11 +9,11 @@
9
import numpy as np
10
11
12
-class Irb140(DHRobot):
+class IRB140(DHRobot):
13
"""
14
- Irb140 Create model of ABB IRB 140 manipulator
+ IRB140 Create model of ABB IRB 140 manipulator
15
16
- Irb140 is a script that creates the workspace variable irb140 which
+ IRB140 is a script that creates the workspace variable irb140 which
17
describes the kinematic characteristics of an ABB IRB 140 manipulator
18
using standard DH conventions.
19
Also define the workspace vectors:
0 commit comments