|
list | color = [1, 1, 0.78, 1.0] |
|
| d |
|
| gepettoViewer = robots[0].viewer.gui |
|
| h |
|
| Mt = SE3(eye(3), np.matrix([.3, 0, 0]).T) |
|
| Mtool = SE3(rotate('z', 1.268), np.matrix([0, 0, .77]).T) |
|
string | PKG = '/opt/openrobots/share' |
|
| q0 = np.matrix([np.pi / 4, -np.pi / 4, -np.pi / 2, np.pi / 4, np.pi / 2, 0]).T |
|
list | robots = [] |
|
| URDF = join(PKG, 'ur5_description/urdf/ur5_gripper.urdf') |
|
| w |
|
Load 4 times the UR5 model, plus a plate object on top of them, to feature a simple parallel robot.
No optimization, this file is just an example of how to load the models.