rojas70 / rvc_python_notebooks

4 stars 2 forks source link

replicate matlab example using a redundant ets robot with 18 joints #2

Open mfkenson opened 3 years ago

mfkenson commented 3 years ago

Although the mdl_hyper3d does not exist in toolbox, we could connect 3 puma560 into a 18dof redundant robot.

puma = rtb.models.ETS.Puma560()
puma_3x = puma.ets() * puma.ets() * puma.ets() #extract the ets and connect 3 of them
robot = rtb.robot.ERobot(puma_3x) #construct a robot using the 18dof ets